FMeinicke's Wiki

Home

❯

Windows

❯

Powershell

❯

Unix `grep` equivalent

Unix `grep` equivalent

May 27, 20251 min read

  • pwsh/select-string
  • grep

select-string grep

Source

  • Select-String
> some-command | Select-String -Pattern "pattern"

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub